Carriage Return and line feed
Press enter \ r, line feed \ n
History
The origins and differences between carriage return and line feed.
Before the computer appeared, there was a kind of device called teletype model 33, which can
Php space, line feed, skip usage instructions. For more information, see. First, let's talk about \ n, \ r, \ t
\ N soft carriage return:
In Windows, line breaks are displayed and returned to the beginning of the next line.
In Linux and unix, it
Linux echo command, linuxecho
This article is reproduced in: http://www.cnblogs.com/ZhangShuo/articles/1829589.html
Linux echo commands are very common in shell programming and are often used to print the variable value in the terminal. Therefore,
Linux echo commands are very common in shell programming and are often used to print the variable value in the terminal. Therefore, it is necessary to understand the echo usage.
The echo command is used to display a piece of text on the monitor,
Linux echo commands are very common in shell programming and are often used to print the variable value in the terminal. Therefore, it is necessary to understand the echo usage.
The echo command is used to display a piece of text on the monitor,
Article Title: Details: how to use Echo in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
The
This article introduces how to use echo in linux. echo is a very simple and direct LINUX Command.
First, we will introduce the standard command line, which contains three parts:
Command_name option argument
Okay. Back, echo is to send argument to
To say clear Systemd, you have to start with the Linux operating system started speaking. The startup of the Linux operating system starts with the BIOS, then the boot Loader loads into the kernel and initializes the kernel. The final step in kernel
Echo-e "ABC \ ndef"Output:ABCDef-E: Enable interpreted backslash escape.Default Value:-E. Escape is disabled.Echo itself outputs a line feed by default. to disable the last line feed, you can useEcho-n "ABC"-N do not output the trailing newline
The
Notes on using the echo command in Linux
1. Instructions for using the echo command: echo sends the input string to the standard output. The output strings are separated by blank characters, and the line number is added at the end. Function: display
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.